home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1994 #1 / CD-Player 1994-01.iso / demos / cyberace / demo.bat < prev    next >
Encoding:
DOS Batch File  |  1993-03-30  |  158 b   |  13 lines

  1. @echo off
  2. sbfmdrv >nul
  3. sound
  4. :loop
  5. first
  6. if errorlevel 1 goto end
  7. crdemo
  8. if errorlevel 1 goto end
  9. second
  10. if errorlevel 1 goto end
  11. goto loop
  12. :end
  13.